home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 014 / fmove.arc / FMOVE.DOC next >
Text File  |  1986-06-30  |  4KB  |  93 lines

  1.         ***********************************
  2.         FMOVE -- BBS Directory File Utility
  3.         ***********************************
  4.         Written By John Riley for RBBS-PC
  5.         and dBBS. Copyright 1986, but released
  6.         to the Public Domain.
  7.  
  8.         John Riley may be reached at "The Lattice BBS"
  9.         [(312) 858-8087 300-2400 baud, 24hrs.]
  10.  
  11.     OVERVIEW
  12.     --------
  13.     FMOVE was written with the purpose of easing that task of BBS
  14.     directory maintenence. Most of the time, when you have to move
  15.     a file over to a download directory on your BBS, you have to
  16.     a) copy the file, b) get the file's size and date stamp, and
  17.     c) edit the directory file to include the new file's information.
  18.  
  19.     FMOVE does all this automaticly. All you have to do is specify
  20.     the file to be added, the directory to add it to, and the 
  21.     description of the file. FMOVE will copy the file and update
  22.     the required directory.
  23.  
  24.     OPERATION
  25.     ---------
  26.     FMOVE is easy to set up and use. All you need to do to set up FMOVE
  27.     to work with your BBS is create a DIRS.DAT file. The DIRS.DAT file
  28.     contains three pieces of information for every BBS directory:
  29.  
  30.         1...A description of the directory
  31.         2...The path to the directory
  32.         3...The path and name of the directory file
  33.  
  34.     For example, if you had a BBS with two directories; a general files
  35.     directory and a C language directory, you could write a DIRS.DAT
  36.     like this:
  37.  
  38.         General Files        <-Description of directory
  39.         c:\bbs\files\general    <-Path to directory's files
  40.         c:\bbs\dirs\1.DIR    <-Directory entries file
  41.         C Language Files    <-Description of other directory
  42.         c:\bbs\files\c        <-Path to other directory
  43.         c:\bbs\dirs\2.DIR    <-Other directory entries file
  44.  
  45.     Just use any normal ASCII text editor to create the DIRS.DAT file.
  46.     You can have up to 100 directories defined.
  47.  
  48.     After a DIRS.DAT has been created, you can run FMOVE. Just be shure
  49.     that DIRS.DAT is in the current directory when you execute FMOVE.
  50.     When FMOVE comes up, it will display a list of numbered BBS
  51.     directories. You can scroll through the list with the up and down
  52.     arrows. Press the F1 key to add a file to a directory. FMOVE
  53.     will then ask you the destination BBS directory number (choose one
  54.     from the list), and then display the amount of free space available
  55.     to that directory.
  56.  
  57.     FMOVE will then ask you for the file name to add. You can (and 
  58.     should) give FMOVE a full path and file name specification. It will
  59.     then attempt to copy the file to the destination directory.
  60.  
  61.     Assuming that the copy was succesful (you'll get an error 
  62.     otherwise), FMOVE will then ask you for a description of the file.
  63.     It will then take that description and build a directory entry.
  64.     After it does this, FMOVE will append the entry to the 
  65.     destination's directory file.
  66.  
  67.     If you want to do a directory to directory copy (e.g. copy a file
  68.     from an upload directory to a download directory), press the F2 key.
  69.     FMOVE will ask you for the destination directory number, the source
  70.     directory number, and the name of the file. If the file can be found
  71.     in the source directory, it will be copied. FMOVE will then display
  72.     the source directory's comment for that file. You can either copy
  73.     it to the destination directory, or you can enter a new one. All
  74.     entries are appended to the destination directory file.
  75.  
  76.     When you're all done updating your BBS's file system, press Esc
  77.     to exit to DOS.
  78.  
  79.     Currently, FMOVE uses the RBBS-PC directory entry format. A sample
  80.     format is shown below:
  81.  
  82.     DEMO     DAT     1408  06-05-86 A description goes here
  83.     1--------10--------20--------30--------40.........................80
  84.  
  85.     This format also works with dBBS and PC-Board.
  86.  
  87.  
  88.     REVISION HISTORY
  89.     ----------------
  90.     Version 1.00 6/30/86
  91.         First release of FMOVE.
  92. <END>
  93.